Companion

object Companion

Functions

Link copied to clipboard

creates a Validated Byte List

Link copied to clipboard

creates a Validated Double List

Link copied to clipboard
inline fun <T : Enum<T>> ofEnum(vararg e: T): ValidatedList<T>
inline fun <T : Enum<T>> ofEnum(list: List<T>): ValidatedList<T>

creates a Validated Enum List

Link copied to clipboard

creates a Validated Float List

Link copied to clipboard

creates a Validated Integer List

Link copied to clipboard

creates a Validated Long List

Link copied to clipboard

creates a Validated Short List

Link copied to clipboard

creates a Validated String List